Version

PieChartBase<T,M,A> Class Members

The following tables list the members exposed by PieChartBase<T,M,A>.

Public Properties
 NameDescription
Public PropertyModelStores configuration information for a PieChartBase.  
Public Methods
 NameDescription
Public MethodAllowSliceExplosionSets whether the slices can be exploded.

This is a dependency property.

 
Public MethodAllowSliceSelectionSets whether the slices can be selected.

This is a dependency property.

 
Public MethodExplodedRadiusDetermines how much the exploded slice is offset from the center. Value between 0 and 1.

This is a dependency property.

 
Public MethodInnerExtentSets the amount of space between the center and the start of the arc. This property should be set between 0 and 1.  
Public MethodIsSurfaceInteractionDisabledSets whether all surface interactions with the plot area should be disabled.  
Public MethodLabelExtentSets the pixel amount by which the labels are offset from the edge of the slices.  
Public MethodLabelInnerColorOverloaded. Sets the color for labels rendered inside of the pie chart.

This is a dependency property.

 
Public MethodLabelMemberPathSets the property name that contains the labels.

This is a dependency property.

 
Public MethodLabelOuterColorOverloaded. Sets the color for labels rendered outside of the pie chart.

This is a dependency property.

 
Public MethodLabelsPositionSets the position of chart labels.

This is a dependency property.

 
Public MethodLeaderLineMarginSets the margin between a label and the end of its leader line. The default is 6 pixels.

This is a dependency property.

 
Public MethodLeaderLineTypeSets what type of leader lines will be used for the outside end labels.

This is a dependency property.

 
Public MethodLeaderLineVisibilitySets whether the leader lines are visible.

This is a dependency property.

 
Public MethodLegendLabelMemberPathSets the property name that contains the legend labels.

This is a dependency property.

 
Public MethodOthersCategoryTextSets the label of the Others slice.

This is a dependency property.

 
Public MethodOthersCategoryThresholdSets the threshold value that determines if slices are grouped into the Others slice.

This is a dependency property.

 
Public MethodOthersCategoryTypeSets whether to use numeric or percent-based threshold value.

This is a dependency property.

 
Public MethodPixelScalingRatioSets the scaling value used to affect the pixel density of the control.  
Public MethodRadiusFactorSets the scaling factor of the chart's radius. Value between 0 and 1.

This is a dependency property.

 
Public MethodSelectionModeSets which mode to use for selecting slices.  
Public MethodStartAngleSets the starting angle of the chart.

This is a dependency property.

 
Public MethodSweepDirectionSets the rotational direction of the chart.

This is a dependency property.

 
Public MethodTextStyleManually overrides the style to use for the labels.  
Public MethodValueMemberPathSets the property name that contains the values.

This is a dependency property.

 
See Also

View on GitHub